home *** CD-ROM | disk | FTP | other *** search
Makefile | 1995-03-15 | 412 b | 21 lines |
- #
- # This is the make file for the trim_lib library, DJGCC on the IBMPC.
- #
- # Gershon Elber, Aug 1990
- #
-
- !include "..\makeflag.djg"
-
- OBJS = iso_crvs.o trim_aux.o trim_dbg.o trim_err.o trim_ftl.o trim_gen.o
-
- libtrim.a: $(OBJS)
- ar rc libtrim.a @&&!
- $(OBJS)
- !
-
- install: libtrim.a
- copy libtrim.a $(LIB_DIR_DOS)
- ar s $(LIB_DIR_DOS)\libtrim.a
-
- # Dependencies starts here - do not touch, generated automatically.
-